Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Applet Control Functions /


JMDisposeAppletLocator

Removes an applet locator.

OSStatus JMDisposeAppletLocator (JMAppletLocatorRef locatorRef);
locatorRef
The applet locator to remove.
function result
A result code; see "JManager Result Codes".
DISCUSSION
Since the applet locator merely locates an applet, you can dispose of it after instantiating the applet. You can call JMDisposeAppletLocator while the thread created by JMNewAppletLocator function is still searching for the applet.

SEE ALSO
The JMNewAppletLocatorFromInfo function.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997